'Declaration
Public Event AnnotationAddedByUser As GdViewer.AnnotationAddedByUserEventHandler
public event GdViewer.AnnotationAddedByUserEventHandler AnnotationAddedByUser
public event AnnotationAddedByUser: GdViewer.AnnotationAddedByUserEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationAddedByUserEventHandler* AnnotationAddedByUser
public: event GdViewer.AnnotationAddedByUserEventHandler^ AnnotationAddedByUser